body {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

header{
    margin-bottom: 112px;
}
.navabr-back-wr{
    width: 100vw;
    height: 110px;
    position: fixed;
    display: block;
    top: 0px;
    z-index: 25;
    background-color:#fff;
}
.header-wrap {
    top: 12px;
}
@media (max-width: 992px){
    .main-menu {
        background-color:#fff;
    }
    .navabr-back-wr{
        height: 200px;
        
    }
    header{
        margin-bottom: 160px;
    }
    .main-menu ul {
        margin-bottom: 0px;
    }
    .menu-btn:checked~.main-menu {
        min-height: calc(100vh - 205px);
        overflow: auto;
    }   
}

.back-hover {
    background: #ffffff;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    position: absolute;
    display: none;
}


.search-texts {
    width: 44px!important;
    height: 16%!important;
}
.autocomplete {
  position: relative;
  display: inline-block;
}

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 0px;
  font-size: 16px;
}


.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    max-height: 580px;
}
.autocomplete-items a{
    color : #000;
    text-decoration: none;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
span.arrowsearch {
    display: inline;
    padding: 2px 9px 1px 0px;
}

.subcategorycls{
    color: #ffffff;
    font-size: 20px;
}

@media (max-width: 770px){
    .categories-item a {
        z-index: 2;
    }
    .tr-widget {
        display: none;
    }
    .header-wrap {
        justify-content: center;
    }
    .logo img {
        max-width: 315px;
        width: 100%;
    }
}